[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     unshift(ARRAY,LIST)

             Does the opposite of a shift.  Or the opposite of  a
             push,  depending  on  how  you look at it.  Prepends
             list to the front of  the  array,  and  returns  the
             number of elements in the new array.

                  unshift(ARGV, '-e') unless $ARGV[0] =~ /^-/;

See Also: push pop shift
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson